linky
( filter in module ngSanitize
)
Finds links in text input and turns them into html links. Supports http/https/ftp/mailto and plain email address links.
<span ng-bind-html="linky_expression | linky"></span>
$filter('linky')(text, target)
text – {string} –
Input text.
target – {string} –
Window (blank|self|parent|top) or named frame to open links in.
{string}
– Html-linkified text.